home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / examples / exstat0.dfm / exstat0.txt
Text File  |  1996-04-08  |  2KB  |  124 lines

  1. object Form1: TForm1
  2.   Left = 106
  3.   Top = 94
  4.   Width = 663
  5.   Height = 436
  6.   Caption = 'Form1'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   TextHeight = 16
  14.   object ApdTerminal1: TApdTerminal
  15.     Left = 8
  16.     Top = 8
  17.     Width = 632
  18.     Height = 300
  19.     ComPort = ApdComPort1
  20.     DisplayRows = 25
  21.     DisplayColumns = 79
  22.     CaptureFile = 'APD.CAP'
  23.     Font.Color = clYellow
  24.     Font.Height = -12
  25.     Font.Name = 'Terminal'
  26.     Font.Pitch = fpFixed
  27.     Font.Style = []
  28.     ParentColor = False
  29.     ParentFont = False
  30.   end
  31.   object Panel1: TPanel
  32.     Left = 8
  33.     Top = 320
  34.     Width = 505
  35.     Height = 81
  36.     TabOrder = 1
  37.     object BytesTransferred: TLabel
  38.       Left = 16
  39.       Top = 23
  40.       Width = 111
  41.       Height = 16
  42.       Caption = 'BytesTransferred:'
  43.     end
  44.     object FileName: TLabel
  45.       Left = 16
  46.       Top = 4
  47.       Width = 65
  48.       Height = 16
  49.       Caption = 'FileName:'
  50.     end
  51.     object BytesRemaining: TLabel
  52.       Left = 16
  53.       Top = 42
  54.       Width = 107
  55.       Height = 16
  56.       Caption = 'BytesRemaining:'
  57.     end
  58.     object FN: TLabel
  59.       Left = 176
  60.       Top = 5
  61.       Width = 4
  62.       Height = 16
  63.     end
  64.     object BT: TLabel
  65.       Left = 176
  66.       Top = 23
  67.       Width = 4
  68.       Height = 16
  69.     end
  70.     object BR: TLabel
  71.       Left = 176
  72.       Top = 41
  73.       Width = 4
  74.       Height = 16
  75.     end
  76.     object Msg: TLabel
  77.       Left = 16
  78.       Top = 61
  79.       Width = 29
  80.       Height = 16
  81.       Caption = 'Msg:'
  82.     end
  83.     object MS: TLabel
  84.       Left = 175
  85.       Top = 59
  86.       Width = 4
  87.       Height = 16
  88.     end
  89.   end
  90.   object StartTransmit: TButton
  91.     Left = 528
  92.     Top = 320
  93.     Width = 113
  94.     Height = 33
  95.     Caption = 'StartTransmit'
  96.     TabOrder = 2
  97.     OnClick = StartTransmitClick
  98.   end
  99.   object Cancel: TButton
  100.     Left = 528
  101.     Top = 360
  102.     Width = 113
  103.     Height = 33
  104.     Caption = 'Cancel'
  105.     TabOrder = 3
  106.     OnClick = CancelClick
  107.   end
  108.   object ApdComPort1: TApdComPort
  109.     Tracing = tlOn
  110.     TraceName = 'APD.TRC'
  111.     LogName = 'APD.LOG'
  112.     TriggerLength = 0
  113.   end
  114.   object ApdProtocol1: TApdProtocol
  115.     ComPort = ApdComPort1
  116.     FileMask = '*.pas'
  117.     BlockCheckMethod = bcmNone
  118.     KermitPadCharacter = #0
  119.     OnProtocolFinish = ApdProtocol1ProtocolFinish
  120.     OnProtocolStatus = ApdProtocol1ProtocolStatus
  121.     Left = 32
  122.   end
  123. end
  124.